home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / bor10020 / qp4demo.bat < prev   
DOS Batch File  |  1992-02-12  |  990b  |  35 lines

  1. echo off
  2. cls
  3. if exist QP4D_US.EXE goto demo
  4. goto error
  5. :demo
  6. QP4D_US
  7. echo off
  8. cls
  9. echo    .........................................................
  10. echo    :                            :
  11. echo    :    Thank you for watching the Quattro Pro 4.0 demo    :
  12. echo    :                            :
  13. echo    :    To view it again, type QP4DEMO and press ENTER.    :
  14. echo    :                            :
  15. echo    :.......................................................:
  16. goto exit
  17. :error
  18. echo off
  19. cls
  20. echo    .........................................................
  21. echo    :                            :
  22. echo    :                            :
  23. echo    :             ERROR                :
  24. echo    :                            :
  25. echo  :     The file QP4D_US.EXE is missing.    :
  26. echo    :                            :
  27. echo    :     You must install this demo from floppy disk to    :
  28. echo    :        your hard drive.  To install, place the    :
  29. echo    :      Quattro Pro 4.0 Demo Disk in drive A:        :
  30. echo    :    then type INSTALL and press the ENTER key.    :
  31. echo    :                            :
  32. echo    :.......................................................:
  33. goto exit
  34. :exit                                               
  35.